From d7e5dc1b6a0b3636f834dbe66988fc248527da39 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=98yvind=20Kol=C3=A5s?= Date: Sun, 21 Aug 2005 18:23:22 +0000 Subject: [PATCH] changed which html file is piped through to README --- ChangeLog | 5 +++++ docs/Makefile.am | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index cff1b94..8e860b9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-08-21 Øyvind Kolås + + * docs/Makefile.am: Changed which html file is piped through w3m to + generate README. + 2005-08-21 Øyvind Kolås * babl/base/model-grayscale.c: removed diff --git a/docs/Makefile.am b/docs/Makefile.am index d891702..b083911 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -32,7 +32,7 @@ index.html: index-static.html $(top_builddir)/tests/babl_html_dump ../AUTHORS .. $(top_srcdir)/docs/tools/xml_insert.sh $@ AUTHORS $(top_srcdir)/AUTHORS $(top_srcdir)/docs/tools/xml_insert.sh $@ NEWS $(top_srcdir)/NEWS - w3m -cols 72 -dump $< > ../README + w3m -cols 72 -dump $@ > ../README distclean-local: if test $(srcdir) = .; then :; else \ -- 2.30.2